From 8ca88879110ecfebed6e36612ae72ef284c270cd Mon Sep 17 00:00:00 2001 From: Andrii Anisov Date: Tue, 11 Sep 2018 18:36:32 +0300 Subject: [PATCH] xen/domain: Remove trailing whitespace Signed-off-by: Andrii Anisov Acked-by: Andrew Cooper --- xen/common/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/domain.c b/xen/common/domain.c index 2c05e5853d..9a541971dd 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -155,7 +155,7 @@ struct vcpu *alloc_vcpu( } else { - v->runstate.state = RUNSTATE_offline; + v->runstate.state = RUNSTATE_offline; v->runstate.state_entry_time = NOW(); set_bit(_VPF_down, &v->pause_flags); vcpu_info_reset(v); -- 2.30.2